Edit Resource: BufferTime
Format
SCHED / EditResource '<ResourceName>' BufferTime <IsApplicable> <BufferTime>
Description
The BufferTime attribute under EditResource allows you to set the Buffer Time for the current resource.
Parameters
| Parameter | Description | 
|---|---|
| IsApplicable | IsApplicable is a Boolean that indicates whether or not buffer time should be applied to the schedule | 
| BufferTime | BufferTime is a positive duration number representing seconds (millisecond fidelity). | 
Examples
The buffer time for FUSE is set to 3600s.
SCHED / EditResource 'FUSE' BufferTime True 3600
                            
                        
                            